std::basic_string::push_back
From Cppreference
< cpp | string | basic string
| void pop_back();
| ||
Removes the last character from the string.
Contents |
Parameters
(none)
Return value
(none)
Complexity
constant.
See also
| inserts characters to the end (public member function) | |